home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / programer2 / euclidlib / !Example / !Run < prev    next >
Text File  |  1992-05-14  |  1KB  |  25 lines

  1. | !Run file for Example
  2.  
  3. IconSprites <Obey$Dir>.!Sprites
  4. if "<System$Path>" = "" then Error 0 System resources cannot be found
  5. if "<Euclid$Dir>" = "" then Error 0 Cannot locate !Euclid
  6. RMEnsure SharedCLibrary 0.00 RMLoad System:modules.CLib
  7. RMEnsure FPEmulator 0.00 RMLoad System:Modules.FPEmulator
  8. RMEnsure ColourTrans 0.00 RMLoad System:Modules.Colours
  9. RMEnsure Euclid 2.19 RMLoad <Euclid$Dir>.Euclid
  10. RMEnsure Euclid 2.19 Error Euclid module too old (See !Run file)
  11. | You might be able to get away with earlier versions of the module
  12. | - if you want to try just change the version numbers in the lines above.
  13. | (I'm pretty sure versions less than 2.11 won't support
  14. |  multitasking/ray tracing)
  15.  
  16. wimpslot -min 96k -max 96k
  17. Set Example$Dir <Obey$Dir>
  18.  
  19. | Example$Cachesize      is the size of the drawing cache in K
  20. |                        if you plan to raytrace then make this bigger
  21. | Example$Seperatecaches if you set this to 'yes' then all the graphs will have
  22. |                        seperate caches, 'no' means there is a single cache
  23. Set Example$Cachesize 100
  24. Set Example$Seperatecaches yes
  25. Run "<Example$Dir>.!RunImage"